home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part2 / 13555 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: andrew.cmu.edu!bo24+
  2. From: Berend Ozceri <bo24+@andrew.cmu.edu>
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.misc
  4. Subject: Re: UNIX Shells vs Amiga Shell (Was: Re: toy operating systems, like AmigaOS)
  5. Date: Sat, 20 Apr 1996 23:12:54 -0400
  6. Organization: Masters student, Electrical and Computer Engineering, Carnegie Mellon, Pittsburgh, PA
  7. Message-ID: <slSOSqq00Uh7M3BV4S@andrew.cmu.edu>
  8. References: <4l97bu$lot@vixen.cso.uiuc.edu>
  9.     <1105.6684T1333T810@cs.ruu.nl>
  10. NNTP-Posting-Host: po8.andrew.cmu.edu
  11. In-Reply-To: <1105.6684T1333T810@cs.ruu.nl>
  12.  
  13. Excerpts from netnews.comp.sys.amiga.programmer: 20-Apr-96 Re: UNIX
  14. Shells vs Amiga Sh.. by Wessel Dankers@cs.ruu.nl 
  15. > When I install a new program in ~/bin, I have to start a new tcsh because the
  16. > old one can't find it.
  17.  
  18. If you type "rehash" after you install the program in a directory in
  19. your path, the internal hash table will be rebuilt (the idea is that
  20. tcsh keeps a table of commands in your path and does not have to go do
  21. directory searches when you type them in) and there will be no problems
  22. finding it.
  23.  
  24. And as far as the whole tcsh vs Amiga Shell goes, I like the Amiga Shell
  25. but I would be incredibly happy if somebody ported tcsh to the Amiga.
  26.  
  27. Berend Ozceri
  28. Carnegie Mellon University
  29.  
  30.